The provided files represent a subset of the job scripts used in our experimental workflow. Each file is a Python script and can be viewed or edited with any standard text editor or integrated development environment (IDE).

Additionally, the interface file (PrinterInterface.pyi) is included, which documents all available functions and their intended usage.

To execute the job files (Python scripts), they are imported into the printer control software and executed directly. Since the files consist entirely of Python code, they offer high flexibility and can be easily customized to implement features such as dynamic temperature adjustments, variable exposure settings, or programmed pauses at specific stages of the process. Many of these features were required for producing the printed objects shown.

Files:
5_layer_tensile_test.py
Job that allows setting specific temperatures at defined pause layers.

gradient_print.py
Job that runs a gradient print from 78°C to 110°C with two different exposure settings.

heat_warning_sign.py
Job to print a warning sign, as shown in the associated paper.

hidden_qr_code.py
Job to print a QR code with insulation layers and multi-material layers.

hollow_pyramid.py
Simple pyramid print, temperature is fixed and preselected in the UI.

PrinterInterface.pyi
Python interface file used for all print job files, defines available functions and their usage.

readme.txt
This file, contains information about the contents of this folder and all included files.

resolution_test_chip_amorph.py
Job for printing an amorphous resolution test chip, temperature is preselected in the UI.

resolution_test_chip_crystalline.py
Job for printing a crystalline resolution test chip, temperature is preselected in the UI.

